This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Try some options (like -B or -C)... ~Umberto Nongeroson 4.Dec.03 07:00 PM a Web browser Domino Administrator 6.0.2 CF2Windows 2000
Purpose: Compacts one or more database(s). Usage: Load COMPACT [path] [options]... [path]: One database, one folder (recurses), or omitted (all, recurses).
[options]: -A Archive and delete documents without compacting. -a Archive and delete documents, then compact database. -B Recover space and reduce file size (inplace-style). -b Recover space without reducing file size (inplace-style). -C Copy-style compaction. -D Discard view indexes (copy-style). -e No-execute: Show effective arguments only, since some arguments affect others. -F Enable 'Document table bitmap optimization' database property (copy-style). -f Disable 'Document table bitmap optimization' database property (copy-style). -H Enable ' Don't support specialized response hierarchy' database property (copy-style). -h Disable 'Don't support specialized response hierarchy' database property (copy-style). -i Ignore errors (for copy-style only). -j Just Delete (must specify -a or -A to be valid). -K Enable large UNK table (>64 KB). -k Disable large UNK table (>64 KB). -L Don't lock users out during compaction (for copy-style only). -M Set maximum database size to 4 GB. -o Check for overlapping objects. -R Revert to previous ODS format (e.g. on an R5 system, keep/convert back to R4 format). -S nnnK Compact database if unused space estimate >= nnn KB. -S nnnM Compact database if unused space estimate >= nnn MB. -S nn Compact database if unused space estimate >= nn percent. -T Enable transaction logging. -t Disable transaction logging. -U Enable 'Don't maintain unused marks' database property. -u Disable 'Don't maintain unused marks' database property. -V Make views big (do not compress indexes). -v Make views small (compress indexes). -Y Recurse through subdirectories (default) -y Do not recurse through subdirectories